home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Photo Mantan 7
/
Full Tank 7 - Disc 5.iso
/
mac
/
Cumulus
/
DemoMovieフォルダ
/
DemoMovieB
/
SHARED.DXR
/
00502.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-28
|
217 b
|
15 lines
on matsu t
set endtime to the ticks + t
repeat while the ticks <= endtime
nothing()
end repeat
end
on waitsound ch, b
if soundBusy(ch) then
go(the frame - b)
else
go(the frame + 1)
end if
end